GoXam for WPF v3
DeleteLink Method (GraphModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : DeleteLink Method
This method actually implements the removal of a link between two nodes.
Syntax
protected virtual void DeleteLink( 
   NodeType fromdata,
   NodeType todata
)

Parameters

fromdata
todata
Remarks
If FromNodesPath is not an empty string, this calls RemoveFromNodeKey. If ToNodesPath is not an empty string, this calls RemoveToNodeKey. This method can be overridden in case the deletion of a link is more complex than the default implementation.
See Also

Reference

GraphModel<NodeType,NodeKey> Class
GraphModel<NodeType,NodeKey> Members